Skip to content

add task solution#804

Open
TheOldDream wants to merge 4 commits intomate-academy:masterfrom
TheOldDream:develop
Open

add task solution#804
TheOldDream wants to merge 4 commits intomate-academy:masterfrom
TheOldDream:develop

Conversation

@TheOldDream
Copy link
Copy Markdown

@TheOldDream TheOldDream reopened this Jul 26, 2023
Copy link
Copy Markdown

@lerastarynets lerastarynets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice start! Let's fix and improve your work a little bit)

Comment thread src/style.css Outdated
Comment thread src/style.css Outdated
Comment thread src/style.css Outdated
Comment thread src/style.css Outdated
Comment thread src/style.css Outdated
Comment thread src/style.css Outdated
Comment thread src/index.html Outdated
Comment thread src/index.html Outdated
Comment thread src/style.css Outdated
Comment thread src/index.html Outdated
Comment thread src/index.html Outdated
@TheOldDream
Copy link
Copy Markdown
Author

I've resolved all the requested changes.

Copy link
Copy Markdown

@maxim2310 maxim2310 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed but in next task use kebab-case for class naming instead camelCase

Comment thread src/index.html
Comment on lines +32 to +39
<input
name="Name"
type="text"
autocomplete="off"
required
minlength="5"
maxlength="25"
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<input
name="Name"
type="text"
autocomplete="off"
required
minlength="5"
maxlength="25"
>
<input
name="Name"
type="text"
autocomplete="off"
required
minlength="5"
maxlength="25"
>

Comment thread src/index.html
Comment on lines +119 to +120
for="No"
class="form_field firstInput eighthInput-2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for="No"
class="form_field firstInput eighthInput-2"
for="No"
class="form_field firstInput eighthInput-2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants